home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
20
/
9
/
DISK2092.ZIP
/
RBBS-LIT.ZIP
/
LIT
/
FOSSIL03.LIT
< prev
next >
Wrap
Text File
|
1990-01-13
|
1KB
|
29 lines
*[FOSSIL02.LIT]***************************************************************
* Description: Removes FOSSIL support. *
* RBBS-PC Level: CPC17.3 √ AM *
* Module Affected: RBBS-PC.BAS *
* Selection Option: FOSSIL = OFF *
* Additional files: *
******************************************************************************
13549 GOSUB 13700
IF ZLocalUser OR _
ZModemOffHook THEN _
GOTO 13555
OUT ZModemCntlReg,INP(ZModemCntlReg) AND 254
CALL DelayTime (ZDTRDropDelay)
OUT ZModemCntlReg,INP(ZModemCntlReg) OR 1
13550
13555 ZActiveMessageFile$ = ZOrigMsgFile$
GOSUB 12986
GOSUB 5344
GET 1,ZNodeRecIndex ' KG061101
MID$(ZMsgRec$,57,1) = "I"
MID$(ZMsgRec$,40,2) = " 0" ' KG061101
MID$(ZMsgRec$,72,2) = " 0" ' KG061101
PUT 1,ZNodeRecIndex
GOSUB 12985
CLOSE 1,2,3,4,5
IF ZRecycleToDos THEN _
GOTO 203
RUN 100